home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / bench / x.txt / 000088_jaltman@watsun.cc.columbia.edu_Mon Oct 29 14:56:10 EST 2001.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  60 lines

  1. Article: 12906 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: auto-ftp login
  6. Date: 29 Oct 2001 19:44:21 GMT
  7. Organization: Columbia University
  8. Lines: 43
  9. Message-ID: <9rkbil$qbr$1@newsmaster.cc.columbia.edu>
  10. References: <9rk8ql$c6h$1@samba.rahul.net>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1004384661 27003 128.59.39.2 (29 Oct 2001 19:44:21 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 29 Oct 2001 19:44:21 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12906
  16.  
  17. In article <9rk8ql$c6h$1@samba.rahul.net>,  <dold@46.usenet.us.com> wrote:
  18. : My memory may be getting foggy.
  19. : I normally use kermit for both ends of any file transfer, but I find myself
  20. : logging in to a Vax system directly into an application, and there is no
  21. : kermit ;-(
  22. : When this app saves a file, I'm supposed to fetch it via ftp.
  23. : Long, long ago, I recall that a Kermit command of "ftp" would initiate an
  24. : ftp session to the current host, using the current username and login.
  25. : I don't see that available anymore (Kermit-95 1.1.20)
  26. : I tried "ftp \v(line)" since that contains the host name, but it also has
  27. : :telnet appended, so that's not a happy thing.
  28.  
  29. 1.1.20 does support this.  Simply execute the command
  30.  
  31.   FTP
  32.  
  33. after connecting the the telnet host.  This will start the Microsoft
  34. FTP client or any other ftp client you can configured using 
  35.  
  36.    SET FTP ...
  37.  
  38. However, Clarence you are not using 1.1.20.  You are using the test
  39. build of 1.1.21 which has the built-in FTP client support.
  40.  
  41. : I could easily make a macro, but this used to be a default feature.
  42. : On a related note:
  43. : If I require a second "password", say, to access a particular
  44. : program after logging in to a system, how can I embed that second
  45. : password encrypted in my login script?  It seems that I could use K95
  46. : dialer to create a script with that password, and then copy the encrypted
  47. : line to the other KSC file, but that's a little obtuse.
  48.  
  49. Simple answer:  You can't.  Passwords in scripts cannot be encrypted.
  50. Passwords in scripts generated by the dialer are encoded but since the
  51. K95 process must be able to decode them before transmitting them to the
  52. host, they are hardly encrypted.
  53.  
  54.  Jeffrey Altman * Sr.Software Designer      C-Kermit 8.0 Beta available
  55.  The Kermit Project @ Columbia University   includes Secure Telnet and FTP
  56.  http://www.kermit-project.org/             using Kerberos, SRP, and 
  57.  kermit-support@kermit-project.org          OpenSSL.  SSH soon to follow.
  58.